home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP 1996 szeptember (CD07).zip / CHIP_CD07.ISO / sac / pack / vblha1.lzh / README.TXT < prev    next >
Text File  |  1995-09-01  |  5KB  |  96 lines

  1. *****************************************************************************
  2. *              VB LHA.DLL Sample Program 1 Ver 1.10E  (FREE SOFT)           *
  3. *                                                                           *
  4. *                          Copyright(C)1995 by Hitoshi Ozawa                *
  5. *                                   Release 1995/03/13                      *
  6. *****************************************************************************
  7.   Thank you for down-loading VB LHA.DLL Sample Program 1. 
  8.  
  9.   This file contains VB source demonstrating usage of LHA.DLL module. Please
  10. feel free to modify the source code and use it in your programs.
  11.  
  12. Requirements *****************************************************************
  13.     Hardware:
  14.         80386 or higher machine
  15.         4MB or more RAM memory
  16.     Software:
  17.         Windows 3.1
  18.         Visual Basic 3.0
  19.         LHA.DLL    Windows LHA file compression/extraction DLL
  20.  
  21. Liability *******************************************************************
  22.   The author and the developer of this software will not take any
  23. responsibilities for any damages that may occur with the use of this
  24. software.  The files contained in VBLHA1.LZH are distributed "as is" and
  25. without any expressed and implied warranties.  The user assumes the entire
  26. risk of using the software.
  27.  
  28. Included Files ***************************************************************
  29.   The following files are included in the VBLHA1.LZH file:
  30.     TEXT.EXE    Execution file
  31.     LHDLSAMP.MAK
  32.     FRMLHA.FRX
  33.     GETFILE.FRM
  34.     FRMLHA.FRM
  35.     MAIN.BAS
  36.     MAIN.FRM
  37.     README.TXT    Introduction (the file you are reading right now)
  38.  
  39. Description *****************************************************************
  40.  Compile FRM forms from VB.
  41.  Try executing the program to see what happens.
  42.  Select [File]-[Open] and select a file to open.
  43.  If the selected file has a LZH extension, LHA form is displayed.
  44.    A file inside LZH file may be selected by double-clicking the file name.
  45.     The selected file is extracted and contents are displayed (TXT files)in
  46.     the main form. When saved, the modified file is saved, updated to the LZH
  47.     file, and the extracted file is deleted from the directory.
  48.   If EXE, COM, or BAT file is selected, it is executed.
  49.  
  50.  Compressed file may also be extracted or deleted form the LHA form by
  51.  dragging and dropping on corresponding buttons on the form.
  52.  
  53.  WARNINGS
  54.    1. Files in VBLHA1.LZH are only samples to demonstrate how LHA.DLL
  55.       may be used from Visual Basic. Please modify and test them before
  56.       using in your program to 
  57.    2. Paths for the files are all set to the A drive.
  58.  
  59. Distribution ****************************************************************
  60.   VB LHA.DLL Sample Program 1 may be freely distributed if the following
  61. conditions are obeyed: 
  62.     1. If it is to be copied to another forum or to another distribution
  63.        channel, please contact the developer to let us know exactly
  64.        where it is to be copied.  We will need this information to
  65.        maintain and upgrade VB LHA.DLL Sample Program 1 at all locations.
  66.     2. This program can be distributed only in the original archived
  67.        VBLHA1.LZH formatted file.  Do not change this file or any files
  68.        within. 
  69.     3. Please make it apparent that VB LHA.DLL Sample Program 1 is a
  70.            FREE SOFT.
  71.        It is necessary to state this in the program description.
  72.     4. If this program is to be mentioned in any article, please send
  73.        an E-mail to one of the developers.
  74.   If it is going to be distributed in any other ways (e.g. CD-ROM), please
  75. contact the developer.  The developer is willing to discuss other means of
  76. distribution.  Please send a mail to one of the E-mail addresses in the
  77. support section below.
  78.  
  79. Copyright *******************************************************************
  80.   VB LHA.DLL Sample Program 1 is copyrighted by Hitoshi Ozawa.
  81.  
  82. Support **********************************************************************
  83.   Support for VB LHA.DLL Sample Program 1 is provided by E-mail. 
  84. If you have any question, opinion, suggestions, or any other comments, please 
  85. send an E-mail to:
  86.  
  87.   Hitoshi Ozawa          h_ozawa@bekkoame.or.jp
  88.  
  89. For a list of Japanese software:
  90.   http://www.bekkoame.or.jp/~h_ozawa/
  91.  
  92.   Microsoft is a registered trademark and Windows is a trademark of Microsoft
  93. Corporation in the United States of America and other countries.  Other brand
  94. and product names are trademarks or registered trademarks of their respective
  95. holders.
  96.